projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8baa13e
)
; * src/window.c (Fset_window_vscroll): Fix doc string.
author
Po Lu
<luangruo@yahoo.com>
Wed, 11 May 2022 01:13:36 +0000
(09:13 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Wed, 11 May 2022 01:13:36 +0000
(09:13 +0800)
src/window.c
patch
|
blob
|
history
diff --git
a/src/window.c
b/src/window.c
index 47c008a643a6ed8a92158bd3b502770fc1b17619..a87b4834aafc134fa06c745572382e1c2f363602 100644
(file)
--- a/
src/window.c
+++ b/
src/window.c
@@
-7959,7
+7959,7
@@
corresponds to an integral number of pixels. The return value is the
result of this rounding.
If PIXELS-P is non-nil, the return value is VSCROLL.
-PRESERVE
_VSCROLL_
P makes setting the start of WINDOW preserve the
+PRESERVE
-VSCROLL-
P makes setting the start of WINDOW preserve the
vscroll if its start is "frozen" due to a resized mini-window. */)
(Lisp_Object window, Lisp_Object vscroll, Lisp_Object pixels_p,
Lisp_Object preserve_vscroll_p)